home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / fpc / doc / ref / img258.gif < prev    next >
Graphics Interchange Format  |  1998-09-25  |  2KB  |  605x129  |  1-bit (2 colors)
Labels: black | darkness
OCR: Function DoDiv (X,Y: Longint) Integer ; begin If Y=0 then '); Raise EDivException. Create ('Division by Zero would occur' Result = X Div Y; end;